バージョン

GetProperties(ITypeDescriptorContext,Object,Attribute[]) メソッド

指定したコンテキストと属性を使用して、値パラメーターによって指定される配列のタイプのプロパティのコレクションを返します。
シンタックス
'宣言
 
Public Overloads Overrides Function GetProperties( _
   ByVal context As ITypeDescriptorContext, _
   ByVal value As Object, _
   ByVal attributes() As Attribute _
) As PropertyDescriptorCollection
public override PropertyDescriptorCollection GetProperties( 
   ITypeDescriptorContext context,
   object value,
   Attribute[] attributes
)

パラメータ

context
書式コンテキストを提供する System.ComponentModel.ITypeDescriptorContext
value
プロパティを取得する配列のタイプを指定する System.Object
attributes
フィルターとして使用されるタイプ System.Attribute の配列。

戻り値の型

このデータ タイプに公開されるプロパティを持つ System.ComponentModel.PropertyDescriptorCollection。またはプロパティがない場合は null。
参照